Total Complexity | 31 |
Dependencies | 2 |
Dependents | 3 |
Total lines | 324 |
Lines of code | 178 |
Logical lines of code | 90 |
Comment lines | 93 |
Methods | 10 |
Properties | 2 |
Method | Rating | Maintainability | Complexity | Lines of code |
---|---|---|---|---|
cleanText() | 40 | 3 | 71 | |
letterCount() | 53 | 6 | 24 | |
lowerCase() | 59 | 4 | 15 | |
upperCase() | 59 | 4 | 15 | |
substring() | 59 | 4 | 15 | |
textLength() | 59 | 4 | 15 | |
wordCount() | 67 | 2 | 7 | |
sentenceCount() | 67 | 2 | 7 | |
characterCount() | 78 | 1 | 3 | |
averageWordsPerSentence() | 69 | 1 | 6 |